home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / QuickDraw / Bitblitz 1.0 / Resources / AlertDlogUtils.r next >
Encoding:
Text File  |  1990-05-14  |  1.1 KB  |  38 lines  |  [TEXT/MPS ]

  1.  
  2. /*======================================================================================*/
  3. /*    File:      AlertDlogUtils.r                                                            */
  4. /*                                                                                        */
  5. /*    By:        George Delaney                                                                */
  6. /*            Mac CPU Software Quality                                                    */
  7. /*    Date:    5/14/90                                                                        */
  8. /*                                                                                        */
  9. /*    Contents:                                                                            */
  10. /*    All resource declarations needed to support the AlertDlogUtils library file.        */
  11. /*======================================================================================*/
  12.  
  13.  
  14. #include "Types.r"
  15.  
  16.  
  17.  
  18. /*--------------------------------------------------------------------------------------*/
  19. /*--------------------------------------------------------------------------------------*/
  20. /*  Alerts    */
  21.  
  22.  
  23. /*--------------------------------------------------------------------------------------*/
  24. /*  Generic text string alert box    */
  25.  
  26. resource 'ALRT' (5000) {{46, 106, 146, 421},5000,{
  27.         OK, visible, sound1,
  28.         OK, visible, sound1,
  29.         OK, visible, sound1,
  30.         OK, visible, sound1}};
  31.  
  32. resource 'DITL' (5000) {{
  33.     { 75, 128,  95, 188},    Button        {enabled,"OK"},
  34.     {  5,   4,  71, 311},    StaticText    {disabled,"^0"}
  35. }};
  36.  
  37.  
  38.